home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Betanet.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  141 b   |  9 lines

  1. on mouseUp
  2.   GetFileToNavigate(sprite(1))
  3.   if the result = EMPTY then
  4.     nothing()
  5.   else
  6.     Navigate(sprite(1), the result)
  7.   end if
  8. end
  9.